home *** CD-ROM | disk | FTP | other *** search
- The man most directly responsible for this twaddle was mtl.wberg@swipnet.se,
- who did thus comment on need help on the night of 02-Oct-97:
- -> Is it possible to make amos 2 change lines with another assii value than
- -> then MS-DOS chr$(13)?
-
- -> When i read a text file without that i will recive an error mezz
- -> (input to long),
-
- -> Ex
- -> open in 1,a$
- -> repeat
- -> input #1,b$
- -> until pof(1)=lof(1)
-
- This is a common problem which can easily be solved:
-
- Ex
- Open In 1,a$ : Set Input 10,-1
-
- Repeat
- Line Input #1,B$
- Until Eof(1)
-
- Andrew "Mushroom" Kellett
- --
- Email: Andy Kellett <mushypd@redrose.net> Team *AMOS* + IAPA Team *AMIGA*
- alt.religion.amos - AMOS now on usenet! AMOS Mailinglist also mirrored
-
- World's Largest AMOS Homepages - http://www.mushy-pd.demon.co.uk
-
- Massive FTP site with AMOS/C64 and Mods/Samples + more at
- mushy-pd.dyn.ml.org
-
-
-